View Single Post
  #4  
Old 08-31-2004, 06:51 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default Re: Well i just want to create my world first

Quote:
Originally Posted by Jorickinc
If i can create my world without perl right now, and than just ad it later. Dont know exactly how to install perl.
It gave me a bunch of code that went fine, but when it came to installing IO:Scalar, thats where the probs occured.

I guess what i need is a full instruction how to install perl with io:scalar.
If someone could do that, it would be muchly appreciated
There ARE full instructions on how to install IO::Scalar.
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
Reply With Quote