2011-02-01から1ヶ月間の記事一覧
知ってました? $ cat test.pl #!/usr/bin/perl my $hoge0 = shift; my $hoge1 = shift; print qq($hoge0 $hoge1\n); exit; $ ./test.pl foo bar foo bar
知ってました? $ cat test.pl #!/usr/bin/perl my $hoge0 = shift; my $hoge1 = shift; print qq($hoge0 $hoge1\n); exit; $ ./test.pl foo bar foo bar