Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -lw
    print $];
    ...
        my $i = 123 if $bar;
        print ++$i;
    }
    
  2. or download this
    Name "main::bar" used only once: possible typo at test.pl line 4.
    5.008003
    ...
    3
    4
    5