#!/usr/bin/perl -w
my @in;
while(chomp($_ =)) {
push @in, $_;
last if $. >= 2;
}
print $in[0] x $in[1], "\n";
更多技術小秘訣請參考以下網頁
http://www.geego.com.tw/tech_support/new-tips
my @in;
while(chomp($_ =
push @in, $_;
last if $. >= 2;
}
print $in[0] x $in[1], "\n";
沒有留言:
張貼留言