my $s1 = String::Scanf->new( "%d+%d %f-%s" );. my $s2 = String::Scanf->new( "%x %o %s:%3c" );. ( $a , $b , $c , $d ) = $s1 ->sscanf( $input );.
確定! 回上一頁