Help for this page

Select Code to Download


  1. or download this
    501 (Not Implemented) Protocol scheme 'https' is not supported (Crypt:
    +:SSLeay not installed)
    Location: https://server_c.company.com/users/
    ...
    
    LWP will support https URLs if the Crypt::SSLeay module is installed.
    More information at <http://www.linpro.no/lwp/libwww-perl/README.SSL>.
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    
    ## Print to browser
    print $res->as_string;