1Panotools::Script::LineU(s3e)r Contributed Perl DocumentaPtainoontools::Script::Line(3)
2
3
4
6 Panotools::Script::Line - Panorama Tools script data
7
9 Base class for a line in a panotools script
10
12 A line starts with a single letter identifier then a series of
13 namevalue items separated by whitespace
14
16 my $line = new Panotools::Script::Line::Foo;
17
18 my $identifier = $line->Identifier;
19
20 $line->Parse ('f a1.0 b2.0 bar3.0');
21
22 my $string = $line->Assemble;
23
24 $line->Set (a => 'something', b => 2);
25
26 Clone a line object
27
28 $clone = $l->Clone;
29
30
31
32perl v5.32.1 2021-01-27 Panotools::Script::Line(3)