
shawnhcorey
Enthusiast

Jul 6, 2009, 12:56 PM
Views: 697
|
|
Re: [KevinR] Problem with executing shell commands in perl
|
|
|
might even be more: { block of code} $hash{hashkey} print "Foo${scalarname}bar"; $foo = {foo => 'bar'}; @array = @{$array_ref}; print "foo @{[foo()]} bar"; <-- pretty much like above I can't take less than 80K USD a year to start /\d{3,8}/ I guess I can get 100K. UPDATE: these are all the same. qw{ Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dev}; s{ \A \s+ }{}msx; die qq{couldn't open $file: $!\n}; __END__ I love Perl; it's the only language where you can bless your thingy. Perl documentation is available at perldoc.perl.org. The list of standard modules and pragmatics is available in perlmodlib. Get Markup Help. Please note the markup tag of "code".
(This post was edited by shawnhcorey on Jul 6, 2009, 1:05 PM)
|