Help for this page

Select Code to Download


  1. or download this
    
    use strict;
    ...
    }
    
    print "Line is '$line'\n";
    
  2. or download this
    
    use strict;
    ...
    $line = join('"', @sections) . '"';
    
    print "Line is '$line'\n";
    
  3. or download this
    Line is 'file="path/goes/here"'
    Line is 'file="xxxx/xxxx/xxxx"'