GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Expr::MatchSet(3) User Contributed Perl Documentation Expr::MatchSet(3)

  Math::Expr::MatchSet - Represents matches in algebraic expretions

  require Math::Expr::MatchSet;
  $s=new Math::Expr::MatchSet;
  $s->Set($pos,$match);
  $s->Get($pos);

  Two expretion can be matched in several ways, therefor we need to be 
  able to represent a set of matches keyed by the matchposition (the 
  subexpretion, where the match where found).

  Create a new MatchSet object.

  Sets the match at $pos to $match.

  Synonyme to Set.

  Inserts all mathes in the MatchSet £mset intho $s.

  Sets the variable $var to $obj in all mathces in this set, and removes 
  all matches that already had a diffrent value for the variable $var.

  Generates a string representation of the MatchSet, used for debugging.

  Returns the Match at possition $pos.

  Returns the positions at which there excists a match.

Hey! The above document had some coding errors, which are explained below:
Around line 107:
Non-ASCII character seen before =encoding in '£mset'. Assuming CP1252
1998-06-26 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.