Re: 'Tie::StdScalar' - perl tells me it can't find it

2006-04-30 Thread Lan Qing
may i ask a foolish question: what can Tie::StdScalar do? On 5/1/06, tom arnall <[EMAIL PROTECTED]> wrote: On Sunday 30 April 2006 05:20 am, D. Bolliger wrote: > tom arnall am Sonntag, 30. April 2006 01.04: > > On Saturday 29 April 2006 10:43 am, Mr. Shawn H. Corey wrote: > > > On Sat, 2006-29

Java/Perl

2006-04-30 Thread Karjala
Has anyone used the "Java" module successfully in Perl? If yes, I will post my very basic question. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: 'Tie::StdScalar' - perl tells me it can't find it

2006-04-30 Thread tom arnall
On Sunday 30 April 2006 05:20 am, D. Bolliger wrote: > tom arnall am Sonntag, 30. April 2006 01.04: > > On Saturday 29 April 2006 10:43 am, Mr. Shawn H. Corey wrote: > > > On Sat, 2006-29-04 at 10:28 -0700, tom arnall wrote: > > > > i'm try to use 'Tie::StdScalar' but perl tells me it can't find it

Re: 'medium' reg exp greediness?

2006-04-30 Thread Alan Campbell
hello, thanks for the advice. You're right - I should have given more data. The reason I'm trying to kill elements from the XML is because the size of the XML I'm dealing with can get hideous - up to 100Mb. I read Uri's article on slurping and that helps alot ( http://www.perl.com/pub/a/20

Re: 'Tie::StdScalar' - perl tells me it can't find it

2006-04-30 Thread D. Bolliger
tom arnall am Sonntag, 30. April 2006 01.04: > On Saturday 29 April 2006 10:43 am, Mr. Shawn H. Corey wrote: > > On Sat, 2006-29-04 at 10:28 -0700, tom arnall wrote: > > > i'm try to use 'Tie::StdScalar' but perl tells me it can't find it. > > > I've pushed '/usr/share/perl/5.8.7' onto @INC. the e

Re: RegEx (m//) & Flinstones

2006-04-30 Thread Hardly Armchair
On Tue, 2006-25-04 at 17:36 +0400, Monomachus wrote: This matches only the first occurrence. You will need a loop to match them all. Just wanted to say that this piece of info just totally saved my life. Thanks! Adam -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-m

Re: 'Tie::StdScalar' - perl tells me it can't find it

2006-04-30 Thread tom arnall
On Saturday 29 April 2006 10:43 am, Mr. Shawn H. Corey wrote: > On Sat, 2006-29-04 at 10:28 -0700, tom arnall wrote: > > i'm try to use 'Tie::StdScalar' but perl tells me it can't find it. I've > > pushed '/usr/share/perl/5.8.7' onto @INC. the error is: > > > > Can't locate Tie/StdScalar.pm in

Re: 'Tie::StdScalar' - perl tells me it can't find it

2006-04-30 Thread tom arnall
On Saturday 29 April 2006 10:43 am, Mr. Shawn H. Corey wrote: > On Sat, 2006-29-04 at 10:28 -0700, tom arnall wrote: > > i'm try to use 'Tie::StdScalar' but perl tells me it can't find it. I've > > pushed '/usr/share/perl/5.8.7' onto @INC. the error is: > > > > Can't locate Tie/StdScalar.pm in

Re: 'Tie::StdScalar' - perl tells me it can't find it

2006-04-30 Thread tom arnall
On Saturday 29 April 2006 10:43 am, you wrote: > On Sat, 2006-29-04 at 10:28 -0700, tom arnall wrote: > > i'm try to use 'Tie::StdScalar' but perl tells me it can't find it. I've > > pushed '/usr/share/perl/5.8.7' onto @INC. the error is: > > > > Can't locate Tie/StdScalar.pm in @INC > > > > i