Help for this page

Select Code to Download


  1. or download this
    $ perl -MO=Deparse,-p -e " my ${host_mail} = qq[80.80.80.80];
    (my $host_mail = '80.80.80.80');
    -e syntax OK
    
  2. or download this
    $ perl -MO=Deparse,-p -e " my $                     host_mail = qq[80.
    +80.80.80];  "
    (my $host_mail = '80.80.80.80');
    -e syntax OK