hi simple question i am allowing the user to supply options to my script from the command line:
myscript.pl -abc INputone Inputtwo
the options are signified by the - sign it is possible for the user to not enter any options too
how do i see if $ARGV[0] contains the - and therefore is the...
hi all
i have a string and i need to see if a word appears in it
cheers
i expect this to be very easy and simple but its only a monday and im still asleep :)
cheers
i have a list of file names that i need to split on the "." and put the resulting two parts in to two variables
any ideas thank you
im a complete newbe to unix scripting so simple exmaples would be good thank you again :)
i need to loop through an array and print the content (plus other things) the array contains empty cells e.g. if i try to use the while(@array) loop i stops when it gets an empty cell any ideas
thanks
i need to create a number of arrays on the fly, i dont know how many as the results come back form a database
any ideas
anymore information required please ask :)
thanks
ok im not sure if this has been asked before but:
i have a main window that opens a second browser window(fully functional not just a pop up). the proplem: i need to pass some information from the original page to the second browser window??
how is this done
thanks for any ideas
im trying to write output into a textarea and i want to insert some newline with it but all iget is \n printed in the textarea along with the rest of my output
any ideas
thanks for the help :)
hi,
I am writing a cgi script that needs to beable to open a tet file and then the user edit the content and then save the file is this possbile using perl through cgi??
any ideas would be a great help
cheers
i have a string that contains the following:
{
'Attachment03' => {
'Filesize' => '3321',
'Filename' => 'res.xml',
'Description' => 'Miricals can come true'
}...
I have a script that reads information from a database and returns some variables (acutally lots of variables).
There is threee different sets of variables that could be returnd so i thought i would use a sub to only initialise the required ones. The problem is that i later need to use these...
i am writing a cgi script, and get this error:
no element found at line 38, column 0, byte 1412 at /usr/local/lib/perl5/site_perl/5.8.5/sun4-solaris/XML/Parser.pm line 187
the begining of the script reads:
#!/u1/perl5.8.5/bin/perl -w
use CGI qw/:standard/;
use strict;
use XML::Simple...
I have a scaler that contains output from a database in the formof xml. I need to display this in a browser. It has to be displayed in a certain way how can i do this
the output cant just be straight xml output :(
anymore more information needed please ask
thank you
i have loaded an xml file into my perl script i now need to enter in a new line of information into the second line of the file is this possible if so how
thank you
i have writen a script that queries a database and gets a set of results back in the form of an XML file. This file is loaded into a variable, now i need to display this data in a easy to read formate in a browser.
How can i do this?
How do i use the XML files in this way can i use an XSL file...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.