Query: video::xawtv
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XawTV(3pm) User Contributed Perl Documentation XawTV(3pm)NAMEVideo::XawTV - read, create and edit .xawtvrc's.SYNOPSISuse Video::XawTV; $rc = new Video::XawTV; # - or - $rc = new Video::XawTV "$HOME{ENV}/.xawtv"; $rc->load("otherrcfile"); $rc->save; $rc->save("filename"); $source = $rc->opt('source'); $rc->opt('source') = "Television"; @channels = $rc->channels; $rc->channels(@channels); print $channels[0]{name}; # Arte print $channels[0]{channel}; # E4DESCRIPTIONPardon? Ha! Haa! Hahahahahaha!!! perl v5.14.2 2005-03-03 XawTV(3pm)