Hi, I'm getting this error: Can't load 'C:/perl/Perl/site/lib/auto/XML/Parser/Expat/Expat.dll' for module XML::Parser::Expat: load_file:One of the library...
NOTICE Be informed in evolving technology era: Search within 126000 technology products, 18000 vendors, 15000 whitepapers, 32000 articles and more. Download...
Hi Guys I have been given this task . There is a directory that contains a list of configuration files for the devices we have on the network . each time the...
Hi, I am new to the group, and I own two personals sites. I started the first one about a year ago, using a script that uses a cookie based login. It's a very...
Hi. Alphaeus HR is looking for Senior Project Manager / Delivery Manager for their client, an American Company for their Bangalore operations. Those who are up...
Buy a copy of Perl by Example, by Ellie Quigley. I did about 5 years ago, and I've never looked back :-) I think it is now in the 3rd or 4th edition, and...
Look at my site in http://hibrow.virtualave.net/ in book section. I haven't check again the url but It seems some of them are death url. But you can copy its...
Hi - I have a script which will export a dbf file into text (use Xbase) and it has the values separated with commas - is it possible to export the dbf file...
Hi, If i understand your question correct, then i think you don't need to write the data into text file. Directly you can read the data from dbf file like you ...
Wow - thanks for the prompt response there! :-) It looks like this should help tremendously - do you also think there is a way I could columnize each field so...
This should not be an issue. Once u got the data from dbf file, according to ur reqmt. u can play with that. Regarding the space issue you can print easily in...
Hi. Alphaeus HR is looking for Senior Project Manager / Delivery Manager for their client, an American Company for their Bangalore operations. Those who are up...
Hey, I am creating a simple echo server to work with a chat client. Unfortunately I'm not great with perl and I'm just starting to learn. I was wondering if...
Have you tried active state perl?http://www.activestate.com/ --- Tom Trottier wrote:> I am using wperl (23K) with popfile, but it is very> slow. Is there a >...
Instead of using a perl script, I would sugest you to use a system special designed to do this: manages multiple revisions of files. This i called "The...
I guess MSN does not make enough $$$ because they are taking away chat in a few weeks. You will have to pay for chat and you will still be banned from talking...
This site is just for finding that man or woman to spend some wild evenings with while your other significant other is out of town or if you are out of town on...
try www.activestate.com ... __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com...
hi all i am very new to programming in perl, i hope somebody can provide me with a little help. i have to obtain the current root dir in a script that i am...
... C:\>perldoc -f chdir chdir EXPR Changes the working directory to EXPR, if possible. If EXPR is omitted, changes to the directory specified by "$ENV{HOME}",...
I'm trying to set up a credit card payment site through authorize.net (they are completely unhelpful)I have successfully written a script (god knows how!) that...
... Well, if each comma represents the start/end of a field, you can easily parse that out with @fields = split(/,/, $data); If you only want only fields that...