Toggle navigation
Perl Maven
Perl Tutorial
Books
Type keyword:
Archive
About
Searching for
"'"
Results:
Strings in Perl: quoted, interpolated and escaped
strings in single quotes - video
Can't use Net::Appliance::Session inside a thread
What's new in Perl 5.10? say, //, state
Implementing 'is_any' to test multiple expected values
Using 'like' to test without exact values
Don't interpolate in printf (Missing argument in sprintf at ...)
The 'if' statement - video
Can't locate inc/Module/Install.pm in @INC (you may need to install the inc::Module::Install module) (@INC contains: ...)
Don't keep generated files in version control
Private Member Data shouldn't be accessed directly - encapsulation violation
Don't use $a and $b outside of sort, not even for examples
Crypt::SSLeay - 500 Can't connect to ____ (Crypt-SSLeay can't verify hostnames)
Does the 'all' function of List::MoreUtils really short-circuit?
Time::Local - Day '31' out of range 1..30
Can't locate ... in @INC
Argument ... isn't numeric in numeric ...
Can't use string (...) as an HASH ref while "strict refs" in use at ...
Don't Open Files in the old way
Don't put & in-front of subroutines in Perl