#!/usr/bin/perl -- print "$] $^X\n"; print "INC: $_\n" for @INC; print "\n"; print "system $^X, '-V';\n"; system $^X, '-V'; print "\n\n\nsystem qw/ perl -V /;\n"; system qw/ perl -V /;
In reply to Re^3: installing cpan
by Anonymous Monk
in thread installing cpan
by shushant
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |