|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
Perl Reading from file
is there a perl equivalent to sscanf? or something where I get the strings separated by spaces?
|
|
#2
|
||||
|
||||
|
probably a bit late, but you could just use
while(<FILEHANDLE>){ print; } that will read each line at a time and print it - you just substitute the print command with something else if you want to do something more elaborate.. christo
__________________
. Spiration channels: Free scripts, programming tutorials and articles Dotcut alerts: Online Press cuttings / news alerts Clearprop: UK microlight school, wiltshire Uk dating: UK safe dating with Topdates About Christo . . |
![]() |
| Viewing: Dev Shed Forums > Web Site Management > Scripts > Perl Reading from file |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|