Help for this page

Select Code to Download


  1. or download this
    sub show1 { ... }
    sub show2 { ... }
    ...
    my $a = 'foo';
    show1($a);
    show2('$a');
    
  2. or download this
    $a = 'foo'