Help for this page

Select Code to Download


  1. or download this
    my $bar = "abc";
    foo($bar);
    ...
        $_[0] =~ /(.)/;
        print "$_[0]\n\n";
    }
    
  2. or download this
    abc
    abc
    ...
    a
    
    |abc|abc|