Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. perl -le'print $^X;
  2. print for @INC;
  3. print "$_: $ENV{$_}" for sort grep /^PERL/, keys %ENV;'
  4. type cpan; head -n 1 "$( which cpan )"
  5. echo 'o conf' | cpan 2>&1 | perl -ne'print if /^s*(make|mbuild)/'
  6. perl -MHTML::Entities -e1
  7. cpan HTML::Entities
  8. perl -MHTML::Entities -e1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement