Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    my $io = IO::String->new ("This is some text\nto be processed as\na fi
    +le");
    
    print while <$io>;
    
  2. or download this
    This is some text
    to be processed as
    a file