Sponsored Content
The Lounge What is on Your Mind? how do you call a person who assembles computers? Post 302477677 by jlliagre on Monday 6th of December 2010 06:58:58 AM
Old 12-06-2010
Quote:
Originally Posted by Neo
Haha... not in English... never in English Smilie
English is certainly not my mother tongue so you must be true in your opinion. I really thought having listening that idiom from English and US natives speakers.

Systems integrator - Wikipedia, the free encyclopedia

Perhaps "System Integration Engineer" won't hurt your ears ?
 

3 More Discussions You Might Find Interesting

1. Solaris

Another person that needs Internet help

Ok i have a router, which my sparc 5 is connected to. I can acess the router webpage (192.168.0.1). But I cant access the internet. When i use sys-unconfig i enter my ip address fine then i click none for when it asks me for DNS info because I dont have a domain. I was told i can manually change... (10 Replies)
Discussion started by: vikster007
10 Replies

2. Shell Programming and Scripting

New Person Added to the Forum

Hello, I'm brand new to this forum. I am working on my first Bash shell script. We were given an exercise to get ready for the real assignment. I could use some help. The exercise is to "set two variables (i. e., file1 & file2) on the command line to the paths of the text files. We are to... (1 Reply)
Discussion started by: wcarp05
1 Replies

3. What is on Your Mind?

Game: Name this person

Simple rules... 1. Guess who it is, the first person to get it posts the next picture, post your guess as a reply to this thread. 2. Wait for the person who posted the picture to confirm that you are correct before posting a new picture. 3. If the person who posted the picture does not answer... (268 Replies)
Discussion started by: reborg
268 Replies
Perl::Critic::Policy::Variables::ProhibitMatchVars(3)	User Contributed Perl Documentation  Perl::Critic::Policy::Variables::ProhibitMatchVars(3)

NAME
Perl::Critic::Policy::Variables::ProhibitMatchVars - Avoid "$`", "$&", "$'" and their English equivalents. AFFILIATION
This Policy is part of the core Perl::Critic distribution. DESCRIPTION
Using the "match variables" "$`", $&, and/or "$'" can significantly degrade the performance of a program. This policy forbids using them or their English equivalents. See perldoc English or PBP page 82 for more information. It used to forbid plain "use English;" because it ends up causing the performance side-effects of the match variables. However, the message emitted for that situation was not at all clear and there is now Perl::Critic::Policy::Modules::RequireNoMatchVarsWithUseEnglish, which addresses this situation directly. CONFIGURATION
This Policy is not configurable except for the standard options. AUTHOR
Chris Dolan <cdolan@cpan.org> COPYRIGHT
Copyright (c) 2006-2011 Chris Dolan. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of this license can be found in the LICENSE file included with this module. perl v5.16.3 2014-06-09 Perl::Critic::Policy::Variables::ProhibitMatchVars(3)
All times are GMT -4. The time now is 02:02 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy