Help for this page

Select Code to Download


  1. or download this
    my $foo = undef;
    
  2. or download this
    my ($foo, $bar) = split " ", int rand 42;
    
  3. or download this
    sub foo {
        baz();
    ...
            print $foo;
        }
    }