Re: Can Python do Perl's print <

2006-08-24 Thread Nick Craig-Wood
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > However, when the code in the string was actually > qsubcmds = """ >echo >cd %(cwd)s >%(cmds) %(args) >rm -f %(files)s > """ % vars() > > in which %(cmd)s folks a subprocess, when this string was write to some > pi

Can Python do Perl's print <

2006-08-23 Thread yichun . wei
Perl has the ability to do the following: print