Cite This Page
Bibliographic details for Perl Style Guide
- Page name: Perl Style Guide
- Author: Proxmox VE contributors
- Publisher: Proxmox VE, .
- Date of last revision: 30 May 2017 08:51 UTC
- Date retrieved: 20 May 2022 22:39 UTC
- Permanent URL: https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=9825
- Page Version ID: 9825
Citation styles for Perl Style Guide
APA style
Perl Style Guide. (2017, May 30). Proxmox VE, . Retrieved 22:39, May 20, 2022 from https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=9825.
MLA style
"Perl Style Guide." Proxmox VE, . 30 May 2017, 08:51 UTC. 20 May 2022, 22:39 <https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=9825>.
MHRA style
Proxmox VE contributors, 'Perl Style Guide', Proxmox VE, , 30 May 2017, 08:51 UTC, <https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=9825> [accessed 20 May 2022]
Chicago style
Proxmox VE contributors, "Perl Style Guide," Proxmox VE, , https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=9825 (accessed May 20, 2022).
CBE/CSE style
Proxmox VE contributors. Perl Style Guide [Internet]. Proxmox VE, ; 2017 May 30, 08:51 UTC [cited 2022 May 20]. Available from: https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=9825.
Bluebook style
Perl Style Guide, https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=9825 (last visited May 20, 2022).
BibTeX entry
@misc{ wiki:xxx, author = "Proxmox VE", title = "Perl Style Guide --- Proxmox VE{,} ", year = "2017", url = "https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=9825", note = "[Online; accessed 20-May-2022]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "Proxmox VE", title = "Perl Style Guide --- Proxmox VE{,} ", year = "2017", url = "\url{https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=9825}", note = "[Online; accessed 20-May-2022]" }