Re: [Perl-unix-users] Strange behaviour in Perl

2006-01-27 Thread Arijit Das
Thanks a lot folks.   My mistake...I should have looked at "-p"'s significance before posting it.   Thanks again, ArijitDZ-Jay <[EMAIL PROTECTED]> wrote: Arijit Das wrote:> I am just wondering why is this giving a strange result. Any clues...?> This is from the Perl In A Nutshell book:---

[Perl-unix-users] Select a Radio button in Form Filling?

2006-01-27 Thread Gokul Nathan
Hi, How can select a particular radio button when its within a group. ie., Radio1 Radio2 Radio3 Check for the form above, the first radio button is being checked ,while form filling i am trying to check the radio3 and submit the form, but i couldnt find any solution. I am using W