thanks for the advice but the script will be distributed to many boxes each with different installations of perl soi want to keep the module use to a minimum
thanks
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
the reaons i wish to split the file name is to the insert an id into the filename after the name but before the extension then mv the original file to the newly created filename :)
thanks
ok sorry the "list" i said about is the result of:
for file `ls $dir`
do
done
style loop i would like to put the split function in the loop can you use arrays in shell scripts??
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
this is the part that i join an array together
my $att_name = join '<br>',@att_name;
i guess this is the important part
does it help or do you want more?
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.