Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    foo;
    print "$n1\n";
    print "$n2\n";
    
  2. or download this
    10
    20
    11
    21
    
  3. or download this
    my $bar = 2;
    
    {
        print "Hi \$bar ($bar), good to see you.\n";
    }