Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
        print "5. End of block\n";
    }
    print "6. After block\n";
    
  2. or download this
    
    my $foo_stuff = make_foo();
    ...
            }
        };
    }