From: Junkone Date: 2007-12-28T05:49:59+09:00 Subject: Re: what is the $ in varaiable On Dec 27, 3:22 pm, Sebastian Hungerecker wrote: > Junkone wrote: > > what is the meaning of the $ in the variable > > $tws = Twslinkrb::TWSLinkWrap.new(1) > > It marks the variable as global. > > -- > NP: Nile - The Infinity Of Stone > Jabber: sep...@jabber.org > ICQ: 205544826 how do global instance variables work. i am looking for some examples espcially how the scope of the varaibles work. thanks