Help for this page

Select Code to Download


  1. or download this
    open SOURCE, "</path/to/my/file.txt";
    my @lines = <SOURCE>;
    ...
    
    #Do the get request magic;
    }
    
  2. or download this
    
    use strict;
    ...
    
    #Do the get request magic;
    }