C:\Users\tblaz\Documents\meditations>cd C:\Users\tblaz\Documents\meditations C:\Users\tblaz\Documents\meditations>perl 1.lwp.pl execution here execution there C:\Users\tblaz\Documents\meditations>type 1.lwp.pl #!/usr/bin/perl use 5.016; use warnings; use LWP::Online 'online'; say "execution here"; # "Is the internet working?" die "NO INTARWWEB!!!" unless online(); say "execution there"; __END__ C:\Users\tblaz\Documents\meditations>