Help for this page

Select Code to Download


  1. or download this
    % perl -e 'print defined %URI:: ? "yes\n" : "no\n";'
    no
    % perl -e 'print defined %URI:: ? "yes\n" : "no\n"; require URI;'
    no
    
  2. or download this
    % perl -e 'print defined %URI:: ? "yes\n" : "no\n";'
    no
    % perl -e 'print defined %URI:: ? "yes\n" : "no\n"; require URI;'
    yes