Help for this page

Select Code to Download


  1. or download this
    print printable( "\tNow is the time\nfor all good folks\n" ); 
    \tNow is the time\nfor all good folks\n
    
  2. or download this
    #!/usr/bin/perl -w
    use String::Escape qw( printable ) ;
    
    ...
       print printable($_);
    }
    close(FILE);