Help for this page

Select Code to Download


  1. or download this
    sub xxx {
    my $s = shift;
    $s =~ s/^\n+//;
    $s;
    }
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    # B'
    # Looks like you failed 1 test of 1.