Ask a Question related to PERL Beginners, Design and Development.
-
Bee #1
2 newbie questions
hello all,
I've just start my learning on perl, and recently still learning some basic syntax.
So I hope my question is still making sense.
I am now learning about how to write files and wondering is that possible
to inserting / overwriting bytes in files ( text / binary ). and I am on Win32.
Also, I am still learning how to use perldoc, and I found something is tutorial...
so.. would anybody tell how many tutorials inside and what are they ?
thank a lot
Bee Guest
-
Newbie questions
I am a new user of Dreamweaver MX, and have very limited knowledge of what I need to use it to create HTML "popup" emails -- can someone give me an... -
very newbie questions about CF
:o Apologies in advance but need real user advice here... can I use the ColdFusion functionality built into Dreamweaver MX 2004 to build a... -
Two newbie questions
Hi, I'm just learning InDesign CS after using PageMaker for more than 10 years (I need to be fluent in both for work purposes). I have two questions... -
AIX Newbie Questions
I have recently purchased a RS/6000 43P-150 workstation for the purpose of learning AIX 5L.... Q1) Do many use an RS/6000 workstation as their... -
(Newbie) AIX Questions
Just started caring for RS/6000 running AIX 4.3. Planning on doing upgrade to 5.2 but have a couple of questions. 1. Volume group rootvg is... -
Jeff Westman #2
Re: 2 newbie questions
Bee <perl@reborn.org> wrote:
Yes -- See "perldoc read" and "perldoc seek". Basically, you find where in> hello all,
>
> I've just start my learning on perl, and recently still learning some basic
> syntax.
> So I hope my question is still making sense.
>
> I am now learning about how to write files and wondering is that possible
> to inserting / overwriting bytes in files ( text / binary ). and I am on
> Win32.
the file you want to replace text (the offset) then replace from there.
There are tons of online tutorials, but you should start with the perl> Also, I am still learning how to use perldoc, and I found something is
> tutorial...
> so.. would anybody tell how many tutorials inside and what are they ?
documentation first. 'perldoc' has several forms, bascically,
perldoc PACKAGE or DOCUMENTATION (example above)
perldoc -q "some search criteria (q = query)
perldoc -f "some function" (example: perldoc -f print)
Start with 'perldoc perl'.
Hope that gets you started.
-Jeff
__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
[url]http://shopping.yahoo.com[/url]
Jeff Westman Guest



Reply With Quote

