Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
    sub foo {
        print "foo: $foo\n";
    }
    
  2. or download this
    my $foo = 2;
    
  3. or download this
    $foo = 2;