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)
| Related Man Pages |
|---|
| tk_initconsolechannels(3) - mojave |
| tk_initconsolechannels(3) - osx |
| tk_initconsolechannels(3) - opendarwin |
| sdl::mixer::groups(3pm) - debian |
| webservice::youtube::video(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| How can I do this in VI editor? |
| Weird 'find' results |
| My first PERL incarnation... Audio Oscillograph |