Search Results

Search: Posts Made By: vishwa787
1,926
Posted By vishwa787
GUI selection for perl scripts
Hi,

I need to develop a GUI for Perl scripts which needs frequent user interactions(like getting the inputs from the user at various stages). Can anyone suggest a language to develop a GUI which...
4,331
Posted By vishwa787
Hi, Try this: 1. Type a command called as...
Hi,

Try this:
1. Type a command called as "pwd" on your terminal(where you have written your program), copy the result.

2. Now type the command "setenv PATH (result of pwd command, excluding...
Forum: Programming 11-14-2008
13,280
Posted By vishwa787
Thanks for your timely help. It was of great help...
Thanks for your timely help. It was of great help to me.

Keep up the good job
Forum: Programming 11-14-2008
13,280
Posted By vishwa787
Hi, Yes it matches strings such as "this is...
Hi,

Yes it matches strings such as "this is a long string" .

Dont know how it is able to parse even though i have not included a space character in the expression [a-zA-Z0-9_$?\.=~<>{}#@`!$]
...
Forum: Programming 11-13-2008
13,280
Posted By vishwa787
Thanks a lot otheus. I modified the...
Thanks a lot otheus.

I modified the expression as \"([a-zA-Z0-9_$?\.=~<>{}#@`!$]*|[ \t\v\n])*\"

It works well for my requirement.

Thanks a lot
Forum: Programming 11-13-2008
13,280
Posted By vishwa787
Hi Thanks for your reply otheus. But...
Hi

Thanks for your reply otheus.

But when i use the regular expression
\"(.|[ \t\v\n])*\"I get a fatal error as "input buffer overflow, can't enlarge buffer because scanner uses REJECT"
Forum: Programming 11-07-2008
13,280
Posted By vishwa787
How to match n number of newline character(\n) in lex and yacc
Hi ,

I need to develop a parser which should match something like

1. text a=5 " a=20";

2. text a=..."
a=20";

3 text a=..."
a=20
b=34
c=12
";


I have used...
3,410
Posted By vishwa787
problem with while loop
just try awk '{print \$1}'
Showing results 1 to 8 of 8

 
All times are GMT -4. The time now is 01:44 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy