Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    foo($ARGV[0]) = 32;
    
    print "Bar: $bar, Baz: $baz\n"
    
  2. or download this
    buu@its01:~$ perl test.pl 1
    Bar: 32, Baz:
    
  3. or download this
    buu@its01:~$ perl test.pl 0
    Can't return a temporary from lvalue subroutine at test.pl line 15.