SOH char

2007-11-13 Thread Brown, Rodrick
How can I split a string based on this char? Or even print it in perl Thanks. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - This message is intended only for the personal and confidential use of the designated recipient(s) named above. If you are no

RE: How i convert a excel file to csv file ?

2007-08-07 Thread Brown, Rodrick
There is a module on CPAN called Spreadsheet::WriteExcel you can use to read xls data. -Original Message- From: Santana [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 07, 2007 8:22 AM To: beginners@perl.org Subject: How i convert a excel file to csv file ? Hei friends, i'am new in ne

Getting sub routine name as string

2007-08-02 Thread Brown, Rodrick
How can I get the subroutine calling name as a string? Ie. Sub foo { } I would like to get foo back as a string. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - This message is intended only for the personal and confidential use of the designated rec

Unable to post to https

2007-07-20 Thread Brown, Rodrick
Is there anything special need to post to https sites? The page has a few lines of java script and the following html -- html form ... ... User Name:  Password: 

Can't use string ("") as an Array ref

2007-07-06 Thread Brown, Rodrick
I'm getting the following when trying running the following code with use strict; without it, it works fine. #!/usr/bin/perl -w use strict; use warnings; use Data::Dumper; my (@data,@contents); @data = ; push(@contents,map { [ split/:/,$_ ] if/^\w+/ } (sort @data) ); for(1..$#contents)

RE: Help creating a random string in Perl

2007-06-12 Thread Brown, Rodrick
Look at crypt(); $ perldoc -f crypt is a good -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 12, 2007 3:39 PM To: beginners@perl.org Subject: Help creating a random string in Perl Hello, this is perl.beginners and I am really a beginner. This

Scalar as FileHandle

2007-06-07 Thread Brown, Rodrick
Is there a simple method to read data from scalar like a file handle? --- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - This message is intended only for the personal and confidential use of the designated recipient(s) named

RE: perl gvim

2007-06-04 Thread Brown, Rodrick
http://www.vim.org/ http://www.activestate.com/Products/ActivePerl/ -Original Message- From: SPX2 [mailto:[EMAIL PROTECTED] Sent: Monday, June 04, 2007 8:33 AM To: beginners@perl.org Subject: perl gvim where can i find more information about using perl with gvim on windows thank you

Charting Module

2007-05-09 Thread Brown, Rodrick
I have a few data points I would like to graph not sure the best way to go about this with Perl. A basic search on cpan points me to GD and WriteExcel anyone using perl for charting/graphing with moderate success? Thanks. --- Rodrick R. Brown Lehman Brothers Production Management ITD - Equit