On Wed, 21 Sep 2005, oracle s wrote: > I have a trace file( network simulator trace file) and I need to write > a perl script which computes drop probability and delay. The > parameters are read from the trace file and I need to do all these > calculations in the perl script. Since I have no knowledge of perl, > could you please advise me as to how i need go about writing this > script ( the logic of the script and the flow).
Standard protocol on this list is to show us what you've tried first, then ask for help with the parts you're stuck on. You show a problem description and basic needs, but no code. Show some code, and we can critique and assist with it. What, if anything, have you tried so far? You've broken the larger problem into some steps. That's good. Now break those steps down a bit more until you have manageable chunks of the problem that can be expressed as Perl statements in a script. Ideally, you need to break things down to the point that you could look up your own answers by browsing through _Perl Cookbook_. So, again. What, if anything, have you tried so far? -- Chris Devers ®fAnqàòú
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>