Skip to content

Instantly share code, notes, and snippets.

@ngs
Created November 8, 2010 17:48
Show Gist options
  • Select an option

  • Save ngs/667997 to your computer and use it in GitHub Desktop.

Select an option

Save ngs/667997 to your computer and use it in GitHub Desktop.
ポンパレのハーゲンダッツ
alias ice='perl -MLWP::Simple -le "(my \$i=get q{http://bit.ly/bkKBvA})=~s%.+nt>(\d+).*%\$1%;print \$i"'
perl -MLWP::Simple -e '(my $i=get q{http://bit.ly/bkKBvA})=~s%.+nt>(\d+).*%$1%;print qq{$i\n}'
#!/usr/bin/perl
use LWP::Simple;
(my $i=get q{http://bit.ly/bkKBvA})=~s%.+nt>(\d+).*%$1%;print qq{$i\n}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment