blob: fa14735b400bbb86c6cf6453b3c38509834f83c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
NAME
Arctica::Browser::WebView - Core Perl modules for the Arctica Web Browser
SYNOPSIS
use Arctica::Browser::WebView;
<usage-example-code>
DESCRIPTION
<Introduction text>
Package Variables
<Some overall explanation>
$Arctica::Browser::WebView::<var1>
<Explanation on var1>.
$Arctica::Browser::WebView::<var2>
<Explanation on var2>.
Class Methods
<method-name-1>
This method does ....
<method-name-1>
This method does ....
Instance Methods
<method-name-1>
This method does ....
<method-name-1>
This method does ....
Overloaded Operators
<overloaded-operator-1>
Explanation on this...
SEE ALSO
Arctica::Telekinesis::Server, Arctica::Telekinesis::Client,
Arctica::Browser::Core, Arctica::Browser::Proxy, Arctica::Browser::ToolBar,
perl
AUTHOR
AUTHOR_FULLNAME <AUTHOR_MAILADDRESS>
COPYRIGHT
Copyright (c) 2015-2017 Arctica Project. All rights reserved.
This module is free software; you can redistribute it and/or modify it
under the same terms of the <LICENSE> license.
|