Help for this page

Select Code to Download


  1. or download this
    1  #!/usr/bin/perl -w
    2  use strict;
    ...
    50      print "$atts->{'_str'}\n";
    51      undef $message;
    52  }
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
        print "$atts->{'_str'}\n";
        undef $message;
    }