Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: parsing a function

by vladb (Vicar)
on May 03, 2003 at 07:07 UTC ( [id://255270]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $function = 'b+c(t)+t^234.57*t^n*f(t)+Z';
    $function =~ s/n/\$nvar/g;
    print "New function: $function\n";
    
  2. or download this
    New function: b+c(t)+t^234.57*t^$nvar*f(t)+Z
    
  3. or download this
    # Under Construction
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://255270]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (2)
As of 2024-04-19 19:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found