formatting columns

2001-08-06 Thread Chirag Patel
Hello, I have some data in a matrix from the linux world; I am attempting to construct columns from the matrix and output them to a file, which later needs to be opened in Microsoft Excel to be manipulated. Right now I am making the columns using "\t" as a delimiter. If the number of columns re

connecting to a server to get file data...

2001-06-26 Thread Chirag Patel
hello, i would like write a script that, when executed from a win32 machine, processes data that is archived on a Linux server. Is there a way of connecting to the server to collect data from files other than Net::Telnet? thanks, chirag.

making a variable name a variable value?

2001-06-12 Thread Chirag Patel
Hi there, I was wondering how to make a variable name the value of another variable. Do we do this using pointers? for example: $name = "jerry"; how can I establish a variable with the name $jerry ? thanks for the help, c.

graphing modules

2001-06-07 Thread Chirag Patel
Hello, I am looking for an easy-to-use module for graphing data points and to extrapolate smooth curves; any favorable experiences out there? Thanks, Chirag.