Help for this page

Select Code to Download


  1. or download this
    my $data = <<"EOF";
    I really like
    ...
    print "Second try:\n";
    $data =~ s/^/> /mg;
    print "$data\n";
    
  2. or download this
    First try:
    > I really like
    ...
    > blue raspberry
    > and orange marmalade
    > are great