Help for this page

Select Code to Download


  1. or download this
    for ("< foo\n", "> bar\n") {
        my $lines = $_;
    ...
    __END__
    foo
    bar
    
  2. or download this
        $lines =~ s/^(?:<|>)\s//;