ARGV-URL
view release on metacpan or search on metacpan
lib/ARGV/URL.pm view on Meta::CPAN
perl -MARGV::URL -nE "..." $file_or_uri ...
perl -MARGV::URL -pE "..." $file_or_url ...
From a script:
use ARG::URL;
...
while (<>) {
...
From a script that takes command-line options that should not be processed by
C<ARGV::URL> :
# Skipping import
use ARGV::URL ();
... extract options from @ARGV ...
# Prepare URLs: do import now
ARGV::URL->import;
( run in 0.258 second using v1.01-cache-2.11-cpan-8d75d55dd25 )