Re: Slurp large files into an array, first is quick, rest are slow
- From: "Eric J. Roode" <sdn.girths00869@xxxxxxxxxxx>
- Date: Thu, 29 Dec 2005 06:04:39 -0600
"A. Sinan Unur" <1usa@xxxxxxxxxxxxxxxxxxx> wrote in
news:Xns973A9C0195EA7asu1cornelledu@xxxxxxxxx:
> my $name = sprintf 'CanRPT%s.csv', $chromosome;
OOC, why use sprintf here instead of
my $name = "CanRPT$chromosome.csv";
?
--
Eric
`$=`;$_=\%!;($_)=/(.)/;$==++$|;($.,$/,$,,$\,$",$;,$^,$#,$~,$*,$:,@%)=(
$!=~/(.)(.).(.)(.)(.)(.)..(.)(.)(.)..(.)......(.)/,$"),$=++;$.++;$.++;
$_++;$_++;($_,$\,$,)=($~.$"."$;$/$%[$?]$_$\$,$:$%[$?]",$"&$~,$#,);$,++
;$,++;$^|=$";`$_$\$,$/$:$;$~$*$%[$?]$.$~$*${#}$%[$?]$;$\$"$^$~$*.>&$=`
.
- References:
- Slurp large files into an array, first is quick, rest are slow
- From: gdtrob
- Re: Slurp large files into an array, first is quick, rest are slow
- From: A. Sinan Unur
- Slurp large files into an array, first is quick, rest are slow
- Prev by Date: Re: installing perl and some modules on many hosts
- Next by Date: Re: Help Required using NET::TELNET Module ??
- Previous by thread: Re: Slurp large files into an array, first is quick, rest are slow
- Next by thread: Re: Slurp large files into an array, first is quick, rest are slow
- Index(es):