Help for this page

Select Code to Download


  1. or download this
    
    my $string = 'foo bar
                  qux woo
                  etc etc';
    
  2. or download this
    
    my $filehandle = do_sth_to_convert($string);
    
  3. or download this
     
    while (<$file_handle>) {
       print;
    }