Re: verilog-perl-3.221 usage troubles

2009-11-11 Thread cute
On 11月11日, 上午3時39分, jimsgib...@gmail.com (Jim Gibson) wrote: > On 11/9/09 Mon  Nov 9, 2009  7:48 PM, "cute" > scribbled: > > > I try the latest version 3.221 and found some difference between > > manual. > > The Verilog::Netlist::Net object seem not recognize

verilog-perl-3.221 usage troubles

2009-11-10 Thread cute
I try the latest version 3.221 and found some difference between manual. The Verilog::Netlist::Net object seem not recognize its member function "->data_type" is there any advise? -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.or

Re: can i change file content without using a temp file

2007-07-25 Thread cute
On 7 23 , 2 28 , [EMAIL PROTECTED] (John W. Krahn) wrote: > cute wrote: > > Now i create a temp file to store changed content. > > perldoc -q "How do I make a temporary file name" > > > is there a simple way to change file content without creating tem

can i change file content without using a temp file

2007-07-22 Thread cute
Now i create a temp file to store changed content. is there a simple way to change file content without creating temp files? ie: while(<>) { tr/[a-e]/[1-5]/g print TEMP, $_ } -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.o