Harry Putnam wrote:
Ahh.  Nice, thanks.  I didn't recognize the
  `q[...]' usage but it appears to operate the same as
"%03d,ext", $number;

No, it would be the same as '%03d.ext' On the other hand, qq[%03d.ext] would be the same as "%03d.ext"

See `perldoc perlop` and search for "Quote and Quote-like Operators"

--

Just my 0.00000002 million dollars worth,
   --- Shawn

"Probability is now one. Any problems that are left are your own."
  SS Heart of Gold, _The Hitchhiker's Guide to the Galaxy_

"This statement is true but unprovable."
  Kurt Godel

* Perl tutorials at http://perlmonks.org/?node=Tutorials
* A searchable perldoc is at http://perldoc.perl.org/


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to