![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| perl scalar variable in backquoted string | mehdi9 | Shell Programming and Scripting | 6 | 10-09-2007 02:33 PM |
| Perl script variable passed to Oracle query | rahulrathod | Shell Programming and Scripting | 1 | 05-30-2007 08:57 AM |
| one more query for searching string....... | swamymns | Shell Programming and Scripting | 6 | 02-03-2006 08:57 AM |
| Parsing query string from cgi | am2005 | UNIX for Dummies Questions & Answers | 3 | 05-03-2005 06:30 AM |
| perl variable assingment | seismic_willy | Shell Programming and Scripting | 2 | 01-29-2002 04:54 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Query string assingment for other variable in PERL
Hi friends,
I want to use query string value to another variable but it gives following error when I use it with print out command, Insecure dependency in open while running with -T switch at C:/Program Files/Apache Group/Apache2/cgi-bin/cdr_findere.pl line 119. My code as follows, my $PNumber = param ('PNo') ; my $logfile = $PNumbe ; open(OUT, ">$logfile.txt") or &dienice("Couldn't open output file: $!"); print out "This is a test line" ; foreach my $i (@query_calltype) { print OUT "$query_calltype[$i]\t $query_calltime[$i]\t $query_A_number[$i]\t $query_B_nember[$i]\t $query_calldurt[$i]\t $query_normalfe[$i]\t $query_normalfe[$i]\t $query_balanceA[$i]\n"; } close(OUT); Can somebody tell me how should I can solve this problem ? Thanks, Mahesh Fernando. ![]() |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|