Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    
    print "bar = $bar\n"
    print "foo = $foo\n"
    
  2. or download this
    "my" variable $foo masks earlier declaration in same scope at ./b.pl l
    +ine 13.
    syntax error at ./b.pl line 16, near "print"
    Execution of ./b.pl aborted due to compilation errors.